Database backups

This topic outlines the backup options available to DBAs and makes recommendations for backing up the databases used by the server configurations. Be aware that these are just recommendations. Any finalized disaster recovery plan must be created by your organization in consultation with its IT infrastructure staff.

Note: An application backup consists of backing up both the database and the application archive files.

Microsoft SQL Server database backups

For server configuration online backups, it is essential to take full database and transaction log backups.

Back to top

Oracle Database Backups

An online or hot backup is a backup performed while the database is online and available for read/write operations. Except for Oracle exports, you can only perform online backups when running in ARCHIVELOG mode. An offline or cold backup is a backup performed while the database is offline and unavailable to its users.

The remainder of this topic explains the types of backups supported by Oracle and provides recommendations about performing Oracle backups.

Back to top

PostgreSQL Database backups

Backups can be one of the most critical aspects of administering any database, and PostgreSQL is no exception. While the PostgreSQL database is very versatile and resilient, problems can happen. A power failure could occur corrupting the database or the hard-drive could fail. You could also have problems with users, authorized or unauthorized, changing or destroying data.

Back to top

Microsoft SQL Server Database Upgrade Paths

When upgrading an Microsoft SQL Server database to a newer version of MS SQL, you will need to update the configuration properties to reflect the new settings. Use one of the following methods to configure the upgraded database:

Migrating a server configuration

This method uses the Server Administration tool to perform the migration:

To migrate from a database to another database supported by the server:

  1. Open the Server Administration tool by clicking Start > Programs > Micro Focus > StarTeam Server <version> > StarTeam Server.
  2. In the list of servers, select the server you want to migrate.
  3. Select Actions > Migrate from the main menu.

    This migrates the repository to the database running a supported version of Microsoft SQL Server.

  4. Start the Server by selecting Actions > Start Server from the main menu.
  5. Click Server > Configuration Properties from the main menu to verify the server configuration database connection settings.
  6. Upgrade to the new release of StarTeam.

Backing up and restoring a database

With this method, you update the settings to point to the new database connection.

To change the settings:

  1. Back up the database running on the old Microsoft SQL Server version and restore the copy onto the database running the new version of Microsoft SQL Server.
  2. Open the Server Administration tool by clicking Start > Programs > Micro Focus > StarTeam Server <version> > StarTeam Server.
  3. In the list of servers, select the server you want to upgrade.
  4. Click Server > Configuration Properties from the main menu and update the configuration settings to point to the new database connection on the server.
  5. Start the Server by selecting Actions > Start Server from the main menu.
  6. Upgrade to the new release of StarTeam.

Back to top